Auto merge of #1535 - mohtar:doc-open, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 19 Apr 2015 07:53:21 +0000 (07:53 +0000)
committerbors <bors@rust-lang.org>
Sun, 19 Apr 2015 07:53:21 +0000 (07:53 +0000)
commit19fc3de955cb66e87f0e95e4db15d4c17fa45ec2
tree7e0643cf8b5b64a6ed3c8f58e1d147ddfe45f903
parent32c0eee1aa31d777b5bf617424edab5171837b1b
parent0286a72dbe5bc4f29a929c8cec1cf67817b4584e
Auto merge of #1535 - mohtar:doc-open, r=alexcrichton

`start` is not an actual executable, but rather a built-in command in Command Prompt. The correct way of launching a file using the default application is thus: `cmd /C start "" <file>`.

Fixes #741.